savePageInfosToPDF(OutputStream,List<PageInfo>) Method
In This Topic
Saves the page datas to the specified pdf file stream.
Syntax
public void savePageInfosToPDF(
java.io.OutputStream ,
java.util.List<PageInfo>
)
|
Parameters
- stream
- The specified pdf file.
- pages
- The page information collection.
See Also